home *** CD-ROM | disk | FTP | other *** search
/ IQ Digizine 2 / IQ Digizine 2.iso / mac / MACDEMOS / HOT_&_BOTTLED_DEMO / demo2 / 00002_demo.ls < prev    next >
Encoding:
Text File  |  1997-08-13  |  215 b   |  9 lines

  1. on mouseUp
  2.   if the rect of sprite 2 = rect(161, 11, 481, 251) then
  3.     set the rect of sprite 2 to rect(0, 0, 640, 480)
  4.   else
  5.     set the rect of sprite 2 to rect(161, 11, 481, 251)
  6.     updateStage()
  7.   end if
  8. end
  9.